Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.IO.Exchangeable Namespace / IExtensionCollection<T> Interface
The type of the extension objects.
Members


In This Topic
    IExtensionCollection<T> Interface
    In This Topic
    A collection of the IExtension<T> objects that allow for retrieving the IExtension<T> by its type.
    Syntax
    'Declaration
     
    
    Public Interface IExtensionCollection(Of T As IExtensibleObject(Of T)) 
    'Usage
     
    
    Dim instance As IExtensionCollection(Of T)
    public interface IExtensionCollection<T> 
    where T: IExtensibleObject<T>
    Type Parameters
    T
    The type of the extension objects.
    See Also